home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / prooflibrary / includes / proof / proof_protos.h < prev    next >
C/C++ Source or Header  |  1999-03-12  |  4KB  |  43 lines

  1. /* Function prototypes for proof.library */
  2. ULONG __asm __saveds ConvertToProofA(register __a0 struct Proof * , register __a1 struct TagItem * );
  3. ULONG __asm __saveds ConvertFromProofA(register __a0 struct Proof * , register __a1 struct TagItem * );
  4. ULONG __asm __saveds LoadProofA(register __a0 char * , register __a1 struct Proof ** , register __a2 struct TagItem * );
  5. ULONG __asm __saveds LoadProofFromLockA(register __a0 BPTR , register __a1 struct Proof ** , register __a2 struct TagItem * );
  6. ULONG __asm __saveds LoadProofFromBPTRA(register __a0 BPTR , register __a1 struct Proof ** , register __a2 struct TagItem * );
  7. ULONG __asm __saveds SaveProofA(register __a0 struct Proof ** , register __a1 struct TagItem * );
  8. BOOL __asm __saveds IsProofA(register __a0 char * , register __a1 struct TagItem * );
  9. BOOL __asm __saveds IsProofFromLockA(register __a0 BPTR , register __a1 struct TagItem * );
  10. ULONG __asm __saveds AllocProofA(register __a0 struct Proof ** , register __a1 struct TagItem * );
  11. void __asm __saveds FreeProofA(register __a0 struct Proof ** , register __a1 struct TagItem * );
  12. ULONG __asm __saveds GetProofAttrsA(register __a0 struct Proof * , register __a1 struct TagItem * );
  13. ULONG __asm __saveds SetProofAttrsA(register __a0 struct Proof * , register __a1 struct TagItem * );
  14. BOOL __asm __saveds ValidProofDesc(register __a0 struct Proof * );
  15. ULONG __asm __saveds SetProofA(register __a0 struct Proof_i * , register __d0 UBYTE , register __a2 BOOL * , register __a1 struct TagItem * );
  16. ULONG __stdargs AllocProof(struct Proof ** , ...);
  17. void __stdargs FreeProof(struct Proof ** , ...);
  18. ULONG __stdargs SaveProof(struct Proof ** , ...);
  19. ULONG __stdargs LoadProof(char * , struct Proof ** , ...);
  20. ULONG __stdargs LoadProofFromLock(BPTR , struct Proof ** , ...);
  21. ULONG __stdargs LoadProofFromBPTR(BPTR , struct Proof ** , ...);
  22. BOOL __stdargs IsProof(char * , ...);
  23. BOOL __stdargs IsProofFromLock(BPTR , ...);
  24. ULONG __stdargs ConvertToProof(struct Proof * , ...);
  25. ULONG __stdargs ConvertFromProof(struct Proof * , ...);
  26. ULONG __stdargs GetProofAttrs(struct Proof * , ...);
  27. ULONG __stdargs SetProofAttrs(struct Proof * , ...);
  28. ULONG __stdargs AllocProofOwner(struct ProofOwner ** , ...);
  29. void __stdargs FreeProofOwner(struct ProofOwner ** , ...);
  30. ULONG __stdargs LoadProofOwner(char * , struct ProofOwner ** , ...);
  31. ULONG __stdargs SaveProofOwner(struct ProofOwner * , ...);
  32. ULONG __stdargs GetProofOwnerAttrs(struct ProofOwner * , ...);
  33. ULONG __stdargs SetProofOwnerAttrs(struct ProofOwner * , ...);
  34. ULONG __asm __saveds AllocProofOwnerA(register __a0 struct ProofOwner ** , register __a1 struct TagItem * );
  35. void __asm __saveds FreeProofOwnerA(register __a0 struct ProofOwner ** , register __a1 struct TagItem * );
  36. ULONG __asm __saveds SetProofOwnerAttrsA(register __a0 struct ProofOwner * , register __a1 struct TagItem * );
  37. ULONG __asm __saveds GetProofOwnerAttrsA(register __a0 struct ProofOwner * , register __a1 struct TagItem * );
  38. ULONG __asm __saveds SaveProofOwnerA(register __a0 struct ProofOwner * , register __a1 struct TagItem * );
  39. ULONG __asm __saveds LoadProofOwnerA(register __a0 char * , register __a1 struct ProofOwner ** , register __a2 struct TagItem * );
  40. ULONG __asm __saveds AllocProofOwnerEntry(register __a0 struct ProofOwner * , register __d0 BYTE , register __a1 char * , register __a2 LONG * );
  41. ULONG __asm __saveds SetProofOwnerEntry(register __a0 struct ProofOwner * , register __d0 BYTE , register __d1 BYTE , register __a1 char * );
  42. char * __asm __saveds GetProofOwnerEntry(register __a0 struct ProofOwner * , register __d0 BYTE , register __d1 BYTE );
  43.